home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / html / vendors / siteways / software / cleanup.csh next >
Linux/UNIX/POSIX Shell Script  |  1997-07-15  |  137b  |  5 lines

  1. #! /bin/csh -f
  2. setenv HTTPD `cat /tmp/livestream/httpd.pid` >& /dev/null
  3. kill -9 $HTTPD >& /dev/null
  4. rm -fr /tmp/livestream >& /dev/null
  5.